Revert incorrect comment change introduced by 20720:ddb3646ad681
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Jan 2010 08:34:55 +0000 (08:34 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 5 Jan 2010 08:34:55 +0000 (08:34 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/mm/shadow/common.c

index 4c0d084902737366af3af7bc728e4f24c994199d..434d56753688ca10720ecb7b36cf8d5b5c5c7392 100644 (file)
@@ -2606,7 +2606,7 @@ int sh_remove_all_mappings(struct vcpu *v, mfn_t gmfn)
     {
         /* Don't complain if we're in HVM and there are some extra mappings: 
          * The qemu helper process has an untyped mapping of this dom's RAM 
-         * and the stub domain takes another. */
+         * and the HVM restore program takes another. */
         if ( !(shadow_mode_external(v->domain)
                && (page->count_info & PGC_count_mask) <= 3
                && (page->u.inuse.type_info & PGT_count_mask) == 0) )